3.89.3
authorMatthias Clasen <mclasen@redhat.com>
Mon, 16 Jan 2017 20:44:52 +0000 (15:44 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 16 Jan 2017 22:50:02 +0000 (17:50 -0500)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index dcde0bd5e554a50919c045c478c92b7eb49171ab..d604adebe6cd36bb1e4f6147acb2a3c7fbe7d919 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,67 @@
+Overview of Changes in GTK+ 3.89.3
+==================================
+
+* GtkWidget now has API to navigate child widgets:
+  - gtk_widget_get_{first,last}_child and gtk_widget_get_{prev,next}_sibling
+  - A number of non-container widgets have been converted to use
+    child widgets internally: GtkSwitch, GtkSpinButton, GtkActionBar
+
+* GtkAboutDialog can show a 'System' tab
+
+* GTK+ CSS now supports the filter: property and a -gtk-icon-filter
+  function that replaces and generalizes -gtk-icon-effect
+
+* GtkInspector can now save render nodes for testing and debugging
+
+* More tests for render nodes have been added
+
+* GtkTreeView and cell renderers have been more completely converted to
+  the snapshot() api
+
+* More widgets have been converted to snapshot(): GtkCalendar, GtkColorPlane
+
+* Vulkan renderer:
+ - Combine draw calls when possible
+ - Handle (some) clipping on the GPU
+ - Handle linear gradients
+ - Handle opacity
+ - Support color transformations
+ - Handle borders
+
+* Wayland
+ - Support the Vulkan renderer
+
+* X11
+ - Call XInitThreads(), since this is needed with Mesa Vulkan drivers
+
+* Mir
+ - Implement window properties
+ - Track the focus window
+ - Connect to content-hub and use it for copy/paste
+ - Support modal windows
+
+* Bug fixes:
+ 775732 mir: clipboard support missing
+ 775846 gdk/wayland: Add support for the gtk-enable-primary-paste gsetting
+ 776524 GtkAboutDialog: Fix formatting of example email address in html documentation
+ 776560 icon-browser: window opens at very narrow size, only showing 1 column of icons
+ 776604 about dialog: Add a "system" tab
+ 776627 Correct PostScript capitalization
+ 776807 GtkInspector doesn't show up when Gtk is initialized through option group
+ 776868 Improve the documentation of GtkEntry:attributes
+ 777176 [wayland] gedit killed by protocol error "Invalid anchor rectangle size"
+
+* Translation updates:
+ Brazilian Portuguese
+ Catalan
+ Czech
+ German
+ Hungarian
+ Norwegian bokmÃ¥l
+ Russian
+ Spanish
+
+
 Overview of Changes in GTK+ 3.89.2
 ==================================
 
index 7bbe7efc8d2088d537d422850cf125780eb3abed..fbcf45bac503d5e7942c2cdad20f1d000f5bfe1d 100644 (file)
@@ -10,7 +10,7 @@
 
 m4_define([gtk_major_version], [3])
 m4_define([gtk_minor_version], [89])
-m4_define([gtk_micro_version], [2])
+m4_define([gtk_micro_version], [3])
 m4_define([gtk_interface_age], [0])
 m4_define([gtk_binary_age],
           [m4_eval(100 * gtk_minor_version + gtk_micro_version)])